FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.emperra.esysta#1.0.0 (94 ms)

Package de.emperra.esysta
Type StructureDefinition
Id Id
FHIR Version R4
Source null/https://simplifier.net/resolve?scope=de.emperra.esysta@1.0.0&canonical=http://portal.esysta.com/fhir/StructureDefinition/EsystaEvaluation
Url http://portal.esysta.com/fhir/StructureDefinition/EsystaEvaluation
Version 0.0.1
Status active
Name EsystaEvaluation
Experimental False
Type Observation
Kind resource

Resources that use this resource

StructureDefinition
http://portal.esysta.com/fhir/StructureDefinition/EsystaEvaluationBundle EsystaEvaluationBundle

Resources that this resource uses

ValueSet
http://portal.esysta.com/fhir/ValueSet/EsystaEvaluationColorVS EsystaEvaluationColorVS
http://portal.esysta.com/fhir/ValueSet/EsystaEvaluationVS EsystaEvaluationVS


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "EsystaEvaluation",
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString" : "Clinical.Diagnostics"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode" : "patient"
    }
  ],
  "url" : "http://portal.esysta.com/fhir/StructureDefinition/EsystaEvaluation",
  "version" : "0.0.1",
  "name" : "EsystaEvaluation",
  "status" : "active",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "sct-concept",
      "uri" : "http://snomed.info/conceptdomain",
      "name" : "SNOMED CT Concept Domain Binding"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "sct-attr",
      "uri" : "http://snomed.org/attributebinding",
      "name" : "SNOMED CT Attribute Binding"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.identifier",
        "path" : "Observation.identifier",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "441742003",
              "system" : "http://snomed.info/sct"
            }
          ]
        }
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.effectiveDateTime",
        "path" : "Observation.effectiveDateTime",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.interpretation",
        "path" : "Observation.interpretation",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.interpretation.coding",
        "path" : "Observation.interpretation.coding",
        "slicing" : {
          "discriminator" : [
            {
              "path" : "code",
              "type" : "value"
            }
          ],
          "rules" : "closed"
        },
        "min" : 2,
        "max" : "2",
        "mustSupport" : true
      },
      {
        "id" : "Observation.interpretation.coding:Interpretation",
        "path" : "Observation.interpretation.coding",
        "sliceName" : "Interpretation",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.interpretation.coding:Interpretation.code",
        "path" : "Observation.interpretation.coding.code",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://portal.esysta.com/fhir/ValueSet/EsystaEvaluationVS"
        }
      },
      {
        "id" : "Observation.interpretation.coding:Color",
        "path" : "Observation.interpretation.coding",
        "sliceName" : "Color",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.interpretation.coding:Color.code",
        "path" : "Observation.interpretation.coding.code",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://portal.esysta.com/fhir/ValueSet/EsystaEvaluationColorVS"
        }
      },
      {
        "id" : "Observation.note.text",
        "path" : "Observation.note.text",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component",
        "path" : "Observation.component",
        "slicing" : {
          "discriminator" : [
            {
              "path" : "code",
              "type" : "value"
            }
          ],
          "rules" : "closed"
        },
        "min" : 7,
        "max" : "7",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component.interpretation.coding",
        "path" : "Observation.component.interpretation.coding",
        "slicing" : {
          "discriminator" : [
            {
              "path" : "code",
              "type" : "value"
            }
          ]
        },
        "min" : 2,
        "max" : "2",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component.interpretation.coding:Interpretation",
        "path" : "Observation.component.interpretation.coding",
        "sliceName" : "Interpretation",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component.interpretation.coding:Interpretation.code",
        "path" : "Observation.component.interpretation.coding.code",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://portal.esysta.com/fhir/ValueSet/EsystaEvaluationVS"
        }
      },
      {
        "id" : "Observation.component.interpretation.coding:Color",
        "path" : "Observation.component.interpretation.coding",
        "sliceName" : "Color",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component.interpretation.coding:Color.code",
        "path" : "Observation.component.interpretation.coding.code",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://portal.esysta.com/fhir/ValueSet/EsystaEvaluationColorVS"
        }
      },
      {
        "id" : "Observation.component:hypoglycemia",
        "path" : "Observation.component",
        "sliceName" : "hypoglycemia",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:hypoglycemia.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "hypoglycemia",
              "system" : "http://portal.esysta.com/fhir/CodeSystem/EvaluationItemCS"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:hypoglycemia.interpretation",
        "path" : "Observation.component.interpretation",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:hyperglycemia",
        "path" : "Observation.component",
        "sliceName" : "hyperglycemia",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:hyperglycemia.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "hyperglycemia",
              "system" : "http://portal.esysta.com/fhir/CodeSystem/EvaluationItemCS"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:hyperglycemia.interpretation",
        "path" : "Observation.component.interpretation",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:variability",
        "path" : "Observation.component",
        "sliceName" : "variability",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:variability.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "variabilityRange",
              "system" : "http://portal.esysta.com/fhir/CodeSystem/EvaluationItemCS"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:variability.interpretation",
        "path" : "Observation.component.interpretation",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:measurementsPerDay",
        "path" : "Observation.component",
        "sliceName" : "measurementsPerDay",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:measurementsPerDay.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "measurementsPerDay",
              "system" : "http://portal.esysta.com/fhir/CodeSystem/EvaluationItemCS"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:measurementsPerDay.interpretation",
        "path" : "Observation.component.interpretation",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:pensInterchanged",
        "path" : "Observation.component",
        "sliceName" : "pensInterchanged",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:pensInterchanged.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "pensInterchanged",
              "system" : "http://portal.esysta.com/fhir/CodeSystem/EvaluationItemCS"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:pensInterchanged.interpretation",
        "path" : "Observation.component.interpretation",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:dailyInsulinDose",
        "path" : "Observation.component",
        "sliceName" : "dailyInsulinDose",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:dailyInsulinDose.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "dailyInsulinDose",
              "system" : "http://portal.esysta.com/fhir/CodeSystem/EvaluationItemCS"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:dailyInsulinDose.interpretation",
        "path" : "Observation.component.interpretation",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:interval",
        "path" : "Observation.component",
        "sliceName" : "interval",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:interval.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "interval",
              "system" : "http://portal.esysta.com/fhir/CodeSystem/EvaluationItemCS"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:interval.interpretation",
        "path" : "Observation.component.interpretation",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.